home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm1 / csmdm203.zip / HISTORY.CSM < prev    next >
Text File  |  1993-03-10  |  4KB  |  94 lines

  1. History of Changes or Fixes to CSModem
  2. Entries are made in reverse order, Newest first;
  3.  
  4. March 10, 1993 Ver 2.3/M
  5.  
  6. ■ There was a slight delay in going from COM2 to COM1 for no apparent reason,
  7. but then again, in programming you dont need a reason <g>... Cleaned up the
  8. displays a little to the user.. I noticed that a couple of error messages were
  9. not printing to the screen correctly.
  10.  
  11. January 9, 1993
  12.  
  13. ■ Added Fossil Driver Support to the program and recompiled it.
  14.  
  15. ■ Corrected a minor display error.
  16.  
  17. August 20, 1992
  18.  
  19. ■ Corrected a minor display problem, and recompiled the code with a new
  20. release of the libraries just to stay on top of it...
  21. Have had it running on my board for a couple of weeks with out any
  22. trouble.
  23.  
  24. August 1, 1992
  25.  
  26. ■ Posted a beta version of CSMODEM completely rewritten in Turbo C++,
  27. and using Clark Developments new DoorKit libraries.
  28.  
  29. June 22, 1992 Ver 1.17
  30.  
  31. ■ With regard to the previous release, I found that I unnecessarily
  32. padded the I/O Address with a zero, which was causing Ziplab to lock-up!
  33. I took me a couple of weeks to discover what the problem was, but if you
  34. also had a door that was locking up mysteriously, this was probably the
  35. reason.
  36.  
  37. June 3, 1992 Ver 1.6
  38.  
  39. ■ I found that in order to be compatible with any doors that are written
  40. using Cam Debuck's CAMKIT or any PCBDOOR kits, I needed to have any
  41. changes to PCBoard.Dat totally reflect changes that I was not aware of.
  42. Both of these development kits use the IRQ and I/O Addresses of the
  43. commports for communications, and though you never see that information
  44. when using PCBsetup, it writes that information to the file. Made
  45. changes internally in the program to correctly update the IRQ and I/O
  46. Addresses when the modems are switched.
  47.  
  48. May 31, 1992 Ver 1.5
  49.  
  50. ■ Added the ability to switch modems from the PCBoard command line.
  51. Instead of entering the door and getting a menu, the user can type
  52. option "S" along with the modem command, it will switch modems, and drop
  53. the carrier. On my board it's like this;
  54.  
  55.                MODEM S <enter>
  56.  
  57. May 28, 1992 Ver 1.4
  58.  
  59. ■ Even though I checked it, an error was reported that accidentally
  60. trashed the PCBOARD.DAT file. Fortunately, the user have a backup of it
  61. with the .TMP extension. I did an END ELSE in the wrong place which
  62. caused the program not to write out the entire PCBOARD.DAT file. Fixed!
  63.  
  64. May 26, 1992 Ver 1.3 ****** Configuration File Change *******
  65.  
  66. ■ Made a change to allow proper operation of Hayes V-Series modems. In
  67. your configuration file for CSMODEM you will find 2 new parameters. One
  68. is for telling CSMODEM that you have a Hayes V series modem attached to
  69. a com port, and the other line is to tell CSMODEM what port the Hayes V
  70. Series is attached to. If you have a non-Hayes modem or it is not a V
  71. Series modem, place the word NONHAYESV on line 10 in the config file. If
  72. you do use a Hayes V Series modem, then place the word HAYESV on line
  73. 10, then on line 11 place the word HAYESPORT={commport}. Example;
  74.  
  75.                       HAYESPORT=COM1:
  76.  
  77. Be sure to place the colon after the commport number like the above
  78. example.
  79.  
  80. May 3, 1992 Ver 1.2
  81.  
  82. ■ Just changed the way the program closed out.. I found it was better to
  83. call another routine for closing the door then the one I was using.
  84.  
  85. April 15, 1992
  86.  
  87. ■  Added ability for the SysOp to display a message prior to logging the
  88. user off. Add a line 9 to your configuration file or copy this one over
  89. and alter its pathnames to your system. Line 9 is the name of the
  90. message file that you want displayed to the user. If this is blank or
  91. does not exist, the program will skip over it. The message file can be
  92. almost any length, and can contain PCBoard @#xx macros or ansi escape
  93. sequences. Once displayed the user is logged off the system as always.
  94.